Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fix to skip database file removal if dir not found #168

Merged
merged 2 commits into from
Jan 28, 2022

Conversation

jaxwilko
Copy link
Contributor

During the Removing Ignored Files deployment stage, RemoveIgnoredFiles scans the ${build}/app/databases path for *.sqlite files to remove. This causes a failure if the ${build}/app/databases dir does not exist. This PR simply adds a check for the dir and early exits if it is not found.

@taylorotwell taylorotwell merged commit 0648b32 into laravel:master Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants